home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / windows / games / wmfread.arj / ABSTRACT next >
Text File  |  1992-11-17  |  1KB  |  31 lines

  1.  WMFDCODE: Decodes Normal, Placeable, and CLP Metafiles
  2.  
  3.  WMFDCODE decodes three types of metafiles: normal 
  4.  metafiles, "placeable" metafiles, and metafiles that are 
  5.  saved on the clipboard as CLP files. WMFDCODE enumerates 
  6.  and plays all or a specified range of records in a 
  7.  metafile.
  8.  
  9.  Choose the File Open command from the WMFDCODE main window 
  10.  to read in a metafile. Select either BIRD.WMF or 
  11.  BALLON.CLP, which are provided as examples.
  12.  
  13.  The View Headers command displays information on the 
  14.  metafile header, the METAFILEPICT data structure, and the 
  15.  placeable WMF header (if available). The View List command 
  16.  lists all of the records in the metafile. You can select 
  17.  and play any combination of records from the list to debug 
  18.  the contents of a metafile. The View Clear command erases 
  19.  the metafile that is currently displayed.
  20.  
  21.  The Play Destination command lets you play each record to 
  22.  the screen or to a user-named metafile. The Play All 
  23.  command plays all metafile records to the selected 
  24.  destination. The Play Step command examines the contents of 
  25.  records and lets you play or skip each record. You may step 
  26.  through all records or enter a range of records in 
  27.  hexadecimal, decimal, or character format.
  28.  
  29.  WMFDCODE was built and tested under Microsoft(R) 
  30.  Windows(TM) version 3.1.
  31.